C1.Web.Mvc Namespace / ListBox<T> Class
Members

ListBox<T> Class
The ListBox control displays a list of items which may contain plain text or HTML, and allows users to select items with the mouse or the keyboard.
Syntax
'Declaration
 
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public Class ListBox(Of T) 
   Inherits ItemsBoundControl(Of T)
   Implements ITemplate 
 
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.ListBox<T>

See Also